.containers {
	margin: 0 auto;
	width: 100%;
	min-width: 1320px;
}

.swipslider {
	margin: 0 auto;
}

#content_slider {
	background-color: #fff;
	width: 100%;
}

#content_slider .wanted {
	padding: 0px;
}

#content_slider .wanted:after {
	display: table;
	content: "";
	clear: both;
}

#content_slider .wanted img {
	float: left;
	position: relative;
	width: 100%;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.33);
	margin-right: 0px;
}

#content_slider .wanted .description {
	float: left;
	padding: 10px;
	display: block;
	font-size: 16px;
	color: #343332;
	background: #e5e5e5;
	height: 225px;
	width: 349px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.58);
	white-space: normal;
}

#content_slider .wanted .description h1 {
	font-size: 18px;
	margin: 0;
	text-align: left;
	color: #515f6c;
	text-shadow: none;
}


/* line 88, D:/Temp/github/swipeslider/style.scss */

#content_slider .wanted .description::after {
	display: table;
	content: "";
	clear: both;
}


/* line 94, D:/Temp/github/swipeslider/style.scss */

#content_slider .wanted .description p {
	margin-bottom: 1px;
	margin-top: 6px;
	font-size: 14px;
}


/* line 100, D:/Temp/github/swipeslider/style.scss */

#content_slider .wanted .description p.award {
	color: #be9a02;
}


/* line 104, D:/Temp/github/swipeslider/style.scss */

#content_slider .wanted .description ul {
	list-style: square;
	padding-left: 20px;
	font-size: 14px;
}


/* line 110, D:/Temp/github/swipeslider/style.scss */

#content_slider .wanted .description strong {
	color: #515f6c;
}


/* line 120, D:/Temp/github/swipeslider/style.scss */

#customizability .sw-next-prev {
	width: 120px;
	height: 60px;
	background-color: rgba(82, 82, 82, 0);
	color: rgba(255, 254, 235, 0.28);
	border-radius: 3px;
	font-size: 25px;
}


/* line 128, D:/Temp/github/swipeslider/style.scss */

#customizability .sw-next-prev:hover {
	color: #fffeeb;
	background-color: #525252;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.57);
}


/* line 135, D:/Temp/github/swipeslider/style.scss */

#customizability .sw-prev {
	left: 0%;
}


/* line 138, D:/Temp/github/swipeslider/style.scss */

#customizability .sw-prev::after {
	line-height: 60px;
	content: '< back';
}


/* line 144, D:/Temp/github/swipeslider/style.scss */

#customizability .sw-next {
	right: 0%;
}


/* line 147, D:/Temp/github/swipeslider/style.scss */

#customizability .sw-next::after {
	line-height: 60px;
	content: 'next >';
}


/* line 153, D:/Temp/github/swipeslider/style.scss */

#customizability .sw-bullet {
	top: 4%;
}


/* line 156, D:/Temp/github/swipeslider/style.scss */

#customizability .sw-bullet li {
	width: 10px;
	height: 5px;
	background-color: rgba(255, 254, 235, 0.28);
	border-radius: 0;
	vertical-align: middle;
}


/* line 163, D:/Temp/github/swipeslider/style.scss */

#customizability .sw-bullet li.active {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #fffeeb;
	background-color: transparent;
	width: 0;
	height: 0;
	vertical-align: bottom;
}


/* line 174, D:/Temp/github/swipeslider/style.scss */

#customizability .sw-bullet li:hover {
	height: 10px;
	background-color: #fffeeb;
}


/* line 183, D:/Temp/github/swipeslider/style.scss */

.slide-number {
	font-size: 60px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 25%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.54);
}

.swipslider {
	position: relative;
	overflow: hidden;
	display: block;
	/*padding-top: 20%;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.swipslider .sw-slides {
	display: block;
	padding: 0;
	list-style: none;
	width: 100%;
	height: auto;
	white-space: nowrap;
	font-size: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.swipslider .sw-slides a{
	width: 100%;
	height: auto;
	display: inline-block;
}
.swipslider .sw-slide {
	width: 100%;
	height: auto;
	margin: auto;
	display: inline-block;
	position: relative;
}

.swipslider .sw-slide>img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.swipslider .sw-slide .sw-content {
	width: 100%;
	height: 100%;
	margin-left: 0;
	margin-right: 0;
}

.sw-next-prev {
	font-family: "Courier New", Courier, monospace;
	height: 60px;
	width: 38px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	line-height: 60px;
	font-size: 30px;
	font-weight: bolder;
	color: rgba(255, 255, 255, 0.53);
	background: rgba(27, 27, 27, .8);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-decoration: none;
	transition: all .2s ease-out;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: none;
}

.sw-next-prev:hover {
	background-color: rgba(255, 255, 255, 0.74);
}

.sw-next-prev:active {
	background-color: rgba(255, 255, 255, 0.5);
}

.sw-prev {
	left: 10%;
}

.sw-prev::after {
	content: '<';
}

.sw-next {
	right: 10%;
}

.sw-next::after {
	content: '>';
}

.sw-bullet {
	position: absolute;
	bottom: 2%;
	list-style: none;
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.sw-bullet li {
	width: 14px;
	height: 14px;
	background-color: rgba(160, 160, 160, 0.53);
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	transition: all .2s ease-out;
}

.sw-bullet li:hover {
	background-color: #fff;
}

.sw-bullet li.active {
	background-color: #fff;
	box-shadow: 0 0 2px #fff;
}

.sw-bullet li:not(:last-child) {
	margin-right: 5px;
}